@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&family=Noto+Sans+SC:wght@400;500;700&display=swap");
.mClassLink > ul, .mClassLink .main, *, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.processArea .processList .Img::before, .processArea .processList .Img img, .processArea .processList .Img, .itemList .Txt .Img, .itemList .item, .imh_zoom img, ul.dots li button::before, ul.dots li button, .arrowPrev, .arrowNext, .pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before, .classColumnBox, .classRowBox > ul a::before, .nav .dropDown > a::before, .languageBox span, header .menuBtn span::before, header .menuBtn span::after, header .menuBtn::before, header .wrap::before, header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contactList a {
  font-family: "Noto Sans SC", "微軟正黑體", sans-serif;
}

.classBox .classRowBox::-webkit-scrollbar {
  -webkit-appearance: none;
}
.classBox .classRowBox::-webkit-scrollbar:vertical {
  width: 5px;
}
.classBox .classRowBox::-webkit-scrollbar:horizontal {
  height: 6px;
}
.classBox .classRowBox::-webkit-scrollbar-thumb {
  background-color: #aadf36;
  border-radius: 5px;
  border: 0;
}
.classBox .classRowBox::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

*::before, *::after {
  pointer-events: none;
}

body {
  background-color: #fff;
  font-family: "Barlow", "Noto Sans SC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5pt;
  color: #4f4f4f;
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

/***** loading *****/
@-webkit-keyframes loadFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loadFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loadRotateIn {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes loadRotateIn {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
.loadingArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loadingArea .loadLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 264px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingArea .loadLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
.loadingArea .loadLogo .loadPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 100%;
}
.loadingArea .loadLogo .loadPic img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.loadingArea .loadLogo .loadPic img:nth-child(1) {
  z-index: 4;
}
.loadingArea .loadLogo .loadPic img:nth-child(2) {
  z-index: 3;
}
.loadingArea .loadLogo .loadPic img:nth-child(3) {
  z-index: 2;
}
.loadingArea .loadLogo .loadPic img:nth-child(4) {
  z-index: 1;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show::after {
  -webkit-animation: loadFadeOut 0.8s 3.4s forwards;
          animation: loadFadeOut 0.8s 3.4s forwards;
}
.loadingArea.show .loadLogo {
  -webkit-animation: loadFadeOut 0.3s 3.12s forwards;
          animation: loadFadeOut 0.3s 3.12s forwards;
}
.loadingArea.show .loadLogo > img {
  -webkit-animation: loadFadeIn 1s 0.6s forwards;
          animation: loadFadeIn 1s 0.6s forwards;
}
.loadingArea.show .loadLogo .loadPic img {
  -webkit-animation: loadFadeIn 0.8s forwards, loadRotateIn 0.8s forwards;
          animation: loadFadeIn 0.8s forwards, loadRotateIn 0.8s forwards;
}
.loadingArea.show .loadLogo .loadPic img:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loadingArea.show .loadLogo .loadPic img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loadingArea.show .loadLogo .loadPic img:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.loadingArea.show .loadLogo .loadPic img:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@media (max-width: 780px) {
  .mobileHide {
    display: none !important;
  }
}

@media (min-width: 781px) {
  .pcHide {
    display: none !important;
  }
}

a {
  color: #434343;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #90c31f;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .wrap {
    max-width: 1520px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wrap.narrowWrap {
  max-width: 1400px;
}

/***** module *****/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #90c31f;
  border: none;
  cursor: pointer;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/***** header *****/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: transparent;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0);
}
header.shrink {
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.shrink .wrap::before {
  width: 98vw;
  background-color: transparent;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0);
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
}
@media (min-width: 1181px) {
  header .wrap {
    padding-right: 30px;
    background-color: #fff;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  header .wrap {
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1180px) {
  header .wrap {
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1651px) {
  header {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@media (min-width: 1180px) and (max-width: 1650px) {
  header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 27px rgba(0, 0, 0, 0.06);
  }
  header .wrap::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  header {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  header .wrap::before {
    width: calc(100% - 10px * 2);
  }
  header.menuOpen {
    background-color: transparent;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0);
            box-shadow: 0 0 27px rgba(0, 0, 0, 0);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  header.menuOpen .wrap::before {
    width: calc(100% - 20px * 2);
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0);
            box-shadow: 0 0 27px rgba(0, 0, 0, 0);
    background-color: #fff;
  }
}
header .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1351px) and (max-width: 1500px) {
  header .logo {
    width: 180px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  header .logo {
    width: 140px;
  }
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 240px);
  padding: 0 0 0 100px;
}
@media (min-width: 1201px) and (max-width: 1500px) {
  header .rightBox {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  header .rightBox {
    padding-left: 15px;
  }
}
header .menuBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1181px) and (max-width: 1500px) {
  header .menuBox {
    text-align: center;
  }
}
@media (max-width: 1180px) {
  header .menu {
    display: none;
  }
}
header .languageBox,
header .contactBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
@media (max-width: 640px) {
  header .contactBtn {
    display: none;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  header .contactBtn i {
    display: none;
  }
}
@media (max-width: 400px) {
  header .languageBox span {
    padding: 0 10px;
  }
  header .languageBox span i {
    margin-left: 8px;
  }
}
header .menuBtn {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-color: #00913a;
  cursor: pointer;
}
@media (min-width: 1181px) {
  header .menuBtn {
    display: none;
  }
}
header .menuBtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 15px;
  height: 1px;
  background-color: #fff;
}
header .menuBtn span::before, header .menuBtn span::after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  width: 15px;
  height: 1px;
  background-color: #fff;
}
header .menuBtn span::before {
  top: calc(50% - 5px);
}
header .menuBtn span::after {
  bottom: calc(50% - 4px);
}
header .menuBtn.open::before {
  opacity: 0;
}
header .menuBtn.open span::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .menuBtn.open span::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.logo {
  width: 160px;
}
@media (min-width: 361px) and (max-width: 1180px) {
  .logo {
    width: 150px;
  }
  .logo a {
    height: 50px;
  }
}
@media (max-width: 360px) {
  .logo {
    width: 129px;
  }
  .logo a {
    height: 44px;
  }
}
.logo a {
  display: block;
  width: 100%;
  height: 73px;
  background: url("../images/logo.svg") no-repeat center left;
  background-size: contain;
  text-indent: -9999px;
}
.logo.white a {
  background-image: url("../images/logo_w.svg");
}

.languageBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.languageBox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
  border: 2px solid #00913a;
  font-size: 15px;
  font-weight: bold;
  color: #00913a;
}
.languageBox span i {
  margin-left: 15px;
}
.languageBox .subItem {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 2px solid #00913a;
  border-top: 0;
  text-align: center;
}
.languageBox .subItem a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #00913a;
  text-transform: uppercase;
  background-color: #fff;
}
.languageBox .subItem a:not(:first-child) {
  border-top: 2px solid #00913a;
}
.languageBox .subItem a:hover {
  color: #fff;
  background-color: #00913a;
}

.contactBtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00913a;
}
.contactBtn:hover {
  color: #fff;
  background-color: #90c31f;
}
.contactBtn i {
  margin-right: 10px;
  font-size: 16px;
  color: currentColor;
}

/*****menu*****/
.menu > li {
  position: relative;
  display: inline-block;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: bold;
  color: #424242;
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.menu > li > a:hover, .menu > li > a.current {
  color: #90c31f;
}
.menu > li:hover > a {
  color: #90c31f;
}
.menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  min-width: 160px;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1300px) {
  .menu .submenu {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
.menu .submenu a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  color: #424242;
}
.menu .submenu a:hover {
  color: #90c31f;
}
.menu .submenu > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  text-align: center;
}
.menu .submenu > a + a {
  border-top: 1px solid #eee;
}
.menu .submenu > a:first-child {
  padding-top: 0;
}
.menu .submenu > a:last-child {
  padding-bottom: 0;
}
.menu .submenu > .submenu2 {
  position: relative;
  font-size: 15px;
  text-align: center;
}
.menu .submenu > .submenu2 + .submenu2 {
  border-top: 1px solid #eee;
}
.menu .submenu > .submenu2 a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu .submenu > .submenu2:first-child {
  margin-top: -10px;
}
.menu .submenu > .submenu2:last-child {
  margin-bottom: -10px;
}
.menu .submenu > .submenu2 > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #f9f9f9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .submenu > .submenu2 > ul li + li {
  border-top: 1px solid #eee;
}
.menu .submenu > .submenu2 > ul a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu .submenu > .submenu2:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu .submenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.menu .submenu > ul > li {
  width: 160px;
  padding: 5px;
}
.menu .submenu > ul > li:not(:last-child) {
  border-right: 1px solid #eee;
}
.menu .submenu > ul strong {
  display: block;
  padding: 5px 15px 8px;
  font-size: 15px;
}

/*****手機menu*****/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.m_menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

.hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  padding: 60px 40px 30px;
  background-color: #f3f3f3;
  overflow-y: auto;
}
.hideBox::before {
  content: "";
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: -1;
  width: calc(100% - 10px * 2);
  height: calc(100% - 10px * 2);
  background-color: #fff;
}
.hideBox::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #f3f3f3;
}
.hideBox .contactBtn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.hideBox .socialBox {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 360px) {
  .hideBox .socialBox {
    margin-top: 15px;
  }
}
.hideBox .socialBox a {
  border-color: #959595;
  color: #959595;
}
.hideBox .socialBox a:hover {
  border-color: #00913a;
  color: #fff;
  background-color: #00913a;
}
.hideBox .socialBox a:hover svg {
  fill: #fff;
}
.hideBox .socialBox a svg {
  fill: #959595;
}

.nav {
  padding: 25px 0 10px;
}
.nav > li {
  display: block;
}
.nav > li:not(:first-child) {
  border-top: 1px solid #ececec;
}
.nav a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #434343;
  text-align: center;
}
@media (max-width: 360px) {
  .nav a {
    padding: 10px 0;
  }
}
.nav .dropDown > a {
  position: relative;
}
.nav .dropDown > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00913a;
  border-right: 2px solid #00913a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav .dropDown.open {
  border-bottom-color: transparent;
}
.nav .dropDown.open > a::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav .submenu {
  display: none;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.nav .submenu a {
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 400;
}
.nav .submenu a.current {
  color: #00913a;
}
.nav .submenu > ul li {
  margin-top: 15px;
}
.nav .submenu > ul strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: #00913a;
  text-align: center;
}
.nav .submenu .submenu2 {
  margin-top: 15px;
}
.nav .submenu .submenu2 > a {
  display: block;
  padding: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #00913a;
  text-align: center;
}

/***** banner *****/
.bannerArea {
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}
.bannerArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1520px;
  padding: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt {
    padding-top: 70px !important;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt {
    padding: 30px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .titleBox .titleMain,
.bannerArea .titleBox .titleSub {
    margin: 20px 0;
  }
}
.bannerArea .titleBox .titleMain {
  color: #5d5d5d;
}
@media (min-width: 1181px) {
  .bannerArea .titleBox .titleSub {
    font-size: 68px;
  }
}
.bannerArea .titleBox .titleBdr::after {
  width: 80px;
}
@media (max-width: 1180px) {
  .bannerArea .titleBox .titleBdr::after {
    margin-top: 15px;
  }
}

/***** footer *****/
footer {
  padding: 0;
  background-color: #2f6645;
}
footer .topBox {
  padding: 50px 0 40px;
}
@media (min-width: 641px) and (max-width: 1180px) {
  footer .topBox {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  footer .topBox {
    padding: 30px 0;
  }
}
@media (min-width: 1181px) {
  footer .topBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .bottomBox {
  padding: 20px 0;
  border-top: 1px solid #578268;
}
@media (max-width: 1180px) {
  footer .logo {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  footer .logo {
    margin-bottom: 10px;
  }
}
@media (min-width: 1181px) {
  footer .contactList {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 214px - 200px);
  }
}
@media (min-width: 1301px) {
  footer .contactList {
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  footer .contactList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1180px) and (min-width: 801px) {
  footer .contactList li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  footer .contactList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .contactList li {
    padding-left: 0;
  }
  footer .contactList span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1181px) {
  footer .socialBox {
    margin-left: 20px;
  }
}
@media (max-width: 1180px) {
  footer .socialBox {
    margin-top: 30px;
    text-align: center;
	display:none
  }
}

.contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactList li {
  padding-left: 50px;
  font-size: 15px;
}
.contactList span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.contactList span img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.contactList a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  -webkit-text-decoration: 2px underline transparent;
          text-decoration: 2px underline transparent;
}
.contactList a:hover {
  color: #90c31f;
  -webkit-text-decoration-color: rgba(144, 195, 31, 0.5);
          text-decoration-color: rgba(144, 195, 31, 0.5);
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.copyright a {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 641px) {
  .footerInfo {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .footerInfo {
    text-align: center;
  }
}

.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

.socialBox a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 32px;
  margin: 0 3px;
  border: 1px solid #548b6a;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: transparent;
}
.socialBox a:hover {
  border-color: #90c31f;
  background-color: #90c31f;
}
.socialBox a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/***** link *****/
.linkArea {
  background-color: #f6f6f6;
}
@media (min-width: 1181px) {
  .linkArea {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 40px 0;
  }
}
@media (min-width: 1181px) {
  .linkArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linkArea .titleBox {
    width: 300px;
  }
  .linkArea .linkList {
    width: calc(100% - 300px + 20px);
  }
}
.linkArea .titleBox {
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .linkArea .titleBox {
    text-align: center;
  }
  .linkArea .titleBox .titleBdr::after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1181px) {
  .linkArea .titleBox .dotsBox {
    margin-top: 40px;
  }
}
.linkArea > .dotsBox {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 641px) {
  .linkList {
    margin-left: -10px;
    margin-right: -10px;
  }
  .linkList li {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .linkList {
    margin-left: -7px;
    margin-right: -7px;
  }
  .linkList li {
    padding: 7px;
  }
}
.linkList.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.linkList .item {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.linkList .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  width: calc(100% - 8px * 2);
  height: calc(100% - 8px * 2);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.linkList .item::after {
  content: attr(data-num);
  position: absolute;
  bottom: -40px;
  right: 25px;
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.22;
}
.linkList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkList h3 {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 0 25px;
  font-weight: bold;
  pointer-events: none;
}
.linkList h3 a {
  color: #fff;
}

/***** privacyArea *****/
.privacyArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 40px 0 25px;
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  line-height: 1.6;
}
.privacyArea .text a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #fff;
}
.privacyArea .btnBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 25px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btnBox {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*****內頁*****/
.mainArea {
  padding: 0;
}
.mainArea.pageNoBanner {
  border-top: 1px solid #f0f0f0;
}
@media (min-width: 1501px) {
  .mainArea.pageNoBanner {
    margin-top: 95px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .mainArea.pageNoBanner {
    padding-top: 80px;
  }
}
@media (max-width: 1180px) {
  .mainArea.pageNoBanner {
    padding-top: 70px;
  }
}
.mainArea.pageNoBanner .contentBox {
  padding-top: 50px;
}
.mainArea .overHide, .mainArea.overHide {
  overflow: hidden !important;
}
.mainArea .textEditor {
  color: #4f4f4f;
}
.mainArea .textEditor,
.mainArea .textEditor .contentBuilder,
.mainArea .textEditor .contentBuilder p {
  font-size: 16px;
  line-height: 1.93;
}
.mainArea .textEditor strong, .mainArea .textEditor b {
  font-weight: bold;
}
.mainArea .textEditor ul.squareUl {
  list-style: square;
  padding-left: 20px;
}
.mainArea .textEditor ul li::marker {
  color: #00913a;
}
.mainArea .textEditor .titleLeftBdr {
  font-size: 18px;
}
.mainArea .textEditor .titleLeftBdr::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 19px;
  margin-right: 15px;
  background-color: #00913a;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contentBox.padding50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .contentBox.padding-m35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.textEditor .contentBuilder .titleBox,
.titleBox {
  position: relative;
}
.textEditor .contentBuilder .titleBox.center,
.titleBox.center {
  text-align: center;
}
.textEditor .contentBuilder .titleBox.center .titleBdr::after,
.titleBox.center .titleBdr::after {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .titleBox.mobileCenter,
.titleBox.mobileCenter {
    text-align: center;
  }
  .textEditor .contentBuilder .titleBox.mobileCenter .titleBdr::after,
.titleBox.mobileCenter .titleBdr::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.textEditor .contentBuilder .titleBox.right,
.titleBox.right {
  text-align: right;
}
.textEditor .contentBuilder .titleBox.right .titleBdr::after,
.titleBox.right .titleBdr::after {
  margin-right: auto;
}
.textEditor .contentBuilder .titleBox .titleMain,
.titleBox .titleMain {
  margin: 15px 0;
  font-size: 22px;
  font-weight: bold;
  color: #808080;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .titleBox .titleMain,
.titleBox .titleMain {
    margin: 10px 0;
  }
}
.textEditor .contentBuilder .titleBox .titleSub,
.titleBox .titleSub {
  display: block;
  margin: 15px 0;
  font-size: 54px;
  font-weight: bold;
  color: #373737;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .titleBox .titleSub,
.titleBox .titleSub {
    margin: 10px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .textEditor .contentBuilder .titleBox .titleSub,
.titleBox .titleSub {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .textEditor .contentBuilder .titleBox .titleSub,
.titleBox .titleSub {
    font-size: 32px;
  }
}
.textEditor .contentBuilder .titleBox .titleBdr::after,
.titleBox .titleBdr::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 25px;
  background-color: currentColor;
  opacity: 0.5;
}
.textEditor .contentBuilder .titleBox .text,
.titleBox .text {
  font-size: 13px;
  font-weight: 500;
  color: #979797;
  letter-spacing: 3.6pt;
  text-transform: uppercase;
}
.textEditor .contentBuilder .titleBox .txtExp:not(:first-child),
.titleBox .txtExp:not(:first-child) {
  margin-top: 25px;
}

.bread {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #797878;
  background-color: #fff;
}
.bread .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #797878;
}
.bread a:hover {
  color: #90c31f;
}
.bread span {
  padding: 0 10px;
}
.bread svg {
  width: 20px;
  height: 20px;
  fill: #90c31f;
  margin-right: 10px;
}

/*文章標題*/
.articleTitle {
  margin-bottom: 30px;
  padding: 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  color: #4c4c4c;
}
.articleTitle.titleBdr::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 25px;
  background-color: currentColor;
  opacity: 0.5;
}

/*類別*/
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.classBox {
  position: relative;
  padding: 0;
}
.classBox .classRowBox {
  border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 1181px) {
  .classBox .classRowBox {
    overflow-x: auto;
  }
  .classBox .classRowBox a {
    white-space: nowrap;
  }
}

.classRowBox {
  position: relative;
  z-index: 3;
}
.classRowBox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.classRowBox > ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 1px;
  width: calc(100% - 1px);
  height: 18px;
  border-left: 1px solid #f0f0f0;
}
.classRowBox > ul li:last-child::before {
  border-right: 1px solid #f0f0f0;
}
.classRowBox > ul a {
  position: relative;
  display: block;
  padding: 20px 40px;
  color: #373737;
  text-align: center;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #00913a;
}
.classRowBox > ul a.current::before {
  background-color: #00913a;
}
.classRowBox > ul a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #010101;
}
.classColumnBox > ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox > ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #90c31f;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
          animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #00913a;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #00913a;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #90c31f;
}

/*頁碼*/
.pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.pageBox a {
  border: 1px solid #c2c2c2;
  color: #666;
  /*display: block;*/
  font-size: 15px;
  /*&.prevBtn,
  &.nextBtn {
  	&::before {
  		content: '';
  		width: 10px;
  		height: 10px;
  		border-left: 1px solid #9e9e9e;
  		border-bottom: 1px solid #9e9e9e;
  		display: block;
  		position: absolute;
  		@extend %ts;
  	}
  }

  &.prevBtn {
  	&::before {
  		transform: rotate(45deg);
  	}
  }

  &.nextBtn {
  	&::before {
  		transform: rotate(-135deg);
  	}
  }*/
}
.pageBox a:hover {
  border: 1px solid #90c31f;
  background-color: #90c31f;
  color: #fff;
  /*&.prevBtn,
  &.nextBtn {
  	&::before {
  		border-left: 1px solid #fff;
  		border-bottom: 1px solid #fff;
  	}
  }*/
}
.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 5px;
  position: relative;
  text-align: center;
}
.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox.number a.prevBtn::before {
  left: 5px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox.number a.nextBtn::before {
  left: 0;
  right: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox.number a.current {
  border: 1px solid #90c31f;
  background-color: #90c31f;
  color: #fff;
}
.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.prevnext {
  /*@include media(768) {
  	a {
  		width: 125px;
  		padding: 0 15px;
  	}
  }*/
  /*@include media(640) {
  	a {
  		width: calc(100%/2 - 15px);
  	}
  }

  @include media(480) {
  	a {
  		width: calc(100%/2 - 10px);
  	}
  }*/
}
.pageBox.prevnext a {
  /*width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;

  &.prevBtn,
  &.nextBtn {
  	&::before {
  		top: calc(50% - 5px);
  	}
  }

  &.prevBtn {
  	text-align: right;

  	&::before {
  		left: 15px;
  	}
  }

  &.nextBtn {
  	margin-left: auto;
  	text-align: left;

  	&::before {
  		right: 15px;
  	}
  }*/
}
.pageBox.prevnext a:hover {
  border-color: #90c31f;
  background-color: #90c31f;
}
.pageBox.prevnext a.prevBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
.pageBox.prevnext a.prevBtn::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 0;
  margin-right: 50px;
}
.pageBox.prevnext a.prevBtn::before {
  right: calc(100% - 35px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 360px) {
  .pageBox.prevnext a::after, .pageBox.prevnext a::before {
    display: none;
  }
}
.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox.prevnext.circle a span {
  display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #90c31f;
  font-size: 13px;
  color: #90c31f;
}
.tagBox a:hover {
  color: #fff;
  background-color: #90c31f;
}
.tagBox a.current {
  color: #fff;
  background-color: #90c31f;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  margin-top: 40px;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}
.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  -webkit-box-shadow: inset 0 3px 5px -2px #cecece;
          box-shadow: inset 0 3px 5px -2px #cecece;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_相簿*/
.side_album a {
  display: block;
}
.side_album a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side_album ul.dots {
  margin-top: 15px;
}

/*側邊_分享*/
.side_share {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 30px;
  }
}
.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.side_share i {
  padding-right: 5px;
  font-size: 18px;
}

/*箭頭*/
.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrowBox.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arrowBox > * {
  margin-right: 10px;
}

.arrowPrev, .arrowNext {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid #a2a2a2;
  border-radius: 0;
  color: #373737;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 640px) {
  .arrowPrev:not(.large), .arrowNext:not(.large) {
    width: 30px;
    height: 30px;
    background-color: rgba(242, 242, 242, 0.8);
  }
}
.arrowPrev.light, .arrowNext.light {
  border-color: #fff;
  color: #fff;
}
.arrowPrev.light:hover, .arrowNext.light:hover {
  border-color: #fff;
  color: #00913a;
  background-color: #fff;
}
.arrowPrev.small, .arrowNext.small {
  width: 30px;
  height: 30px;
}
.arrowPrev::before, .arrowNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 7px);
  width: 14px;
  height: 1px;
  background-color: currentColor;
}
.arrowPrev::after, .arrowNext::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg) translate(2px, -2px);
          transform: rotate(45deg) translate(2px, -2px);
}
.arrowPrev:hover, .arrowNext:hover {
  border-color: #00913a;
  color: #fff;
  background-color: #00913a;
}

.arrowPrev::after {
  -webkit-transform: rotate(225deg) translate(2px, -2px);
          transform: rotate(225deg) translate(2px, -2px);
}

/*dot*/
ul.dots {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
ul.dots.center {
  text-align: center;
}
ul.dots.light li button::before {
  background-color: rgba(255, 255, 255, 0.5);
}
ul.dots.light li.slick-active button::before, ul.dots.light li:hover button::before {
  background-color: #fff;
}
ul.dots li {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin: 0 3px;
  padding: 0 !important;
}
ul.dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
ul.dots li button::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #cbcbcb;
}
ul.dots li.slick-active button, ul.dots li.current button, ul.dots li:hover button {
  border-color: #00913a;
}
ul.dots li.slick-active button::before, ul.dots li.current button::before, ul.dots li:hover button::before {
  background-color: #00913a;
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  overflow: hidden;
}
.imh_zoom img {
  -webkit-backface-visibility: hidden;
}
.imh_zoom:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.btnBox.center {
  text-align: center;
}

.btn {
  position: relative;
  display: inline-block;
  height: 45px;
  padding: 0 25px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 41px;
  letter-spacing: 0.2pt;
  text-transform: uppercase;
  background-color: #90c31f;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #00913a;
}
.btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 1px;
  margin-left: 50px;
  background-color: currentColor;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn.btn-default {
  color: #373737;
  background-color: transparent;
  border-color: #a2a2a2;
}
.btn.btn-default:hover {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList li {
  padding: 30px 12px;
  border-right: 1px solid #eee;
}
@media (min-width: 1181px) {
  .itemList .item {
    padding: 25px 15px;
  }
}
@media (min-width: 1181px) {
  .itemList .item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .itemList .item:hover .Txt .Img {
    opacity: 1;
  }
}
.itemList .newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.itemList .newsDate .newIcon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  font-size: 15px;
  color: #8b8b8b;
}
.itemList .newsDate .day {
  margin-right: 10px;
  font-size: 45px;
  font-weight: bold;
  color: #90c31f;
  line-height: 1;
  letter-spacing: 0;
}
.itemList .newsDate .month {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 10px;
}
.itemList .newsDate .month strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ababab;
}
.itemList .Txt {
  position: relative;
}
.itemList .Txt .Img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
}
.itemList .Img {
  margin-bottom: 20px;
}
.itemList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemList h3 {
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemList .txtExp {
  height: calc(16px * 1.69 * 3);
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.69;
  color: #4f4f4f;
}
.itemList .txtExp.short {
  height: calc(16px * 1.69 * 1);
}
.itemList .txtExp.ellipsis {
  overflow: hidden;
}
.itemList .btnMore {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .itemList .btnMore {
    margin-top: 30px;
  }
}

.btnMore {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  color: #00913a;
}
.btnMore::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: currentColor;
}
.btnMore::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -13px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn_color1 {
  color: #fff;
  background-color: #516190;
}
.btn_color1:hover {
  background-color: #C85A56;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

/*手機快捷選單*/
.fixedQuickLink {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background-color: #000;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/***** 代工流程 *****/
.processArea .processBox {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}
@media (max-width: 1180px) {
  .processArea .processBox {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .processArea .processBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.processArea .processInnerBox {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
@media (max-width: 640px) {
  .processArea .processInnerBox {
    width: calc(100% + 12px * 2);
    padding-bottom: calc(100% + 12px * 2);
    margin-left: -12px;
    margin-right: -12px;
  }
}
.processArea .processInnerBox::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background: url(../images/home/process_circle.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 361px) and (max-width: 640px) {
  .processArea .processInnerBox::before {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
@media (max-width: 360px) {
  .processArea .processInnerBox::before {
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
}
.processArea .processList .listItem {
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  z-index: 5;
  width: 100px;
  height: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  pointer-events: none;
}
@media (min-width: 361px) and (max-width: 640px) {
  .processArea .processList .listItem {
    left: calc(50% - 30px);
    width: 60px;
  }
}
@media (max-width: 360px) {
  .processArea .processList .listItem {
    left: calc(50% - 25px);
    width: 50px;
  }
}
.processArea .processList .listItem:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processArea .processList .listItem:nth-child(1) .Img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processArea .processList .listItem:nth-child(1) .Txt {
  -webkit-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(2) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.processArea .processList .listItem:nth-child(2) .Img {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
.processArea .processList .listItem:nth-child(2) .Txt {
  -webkit-transform: rotate(-36deg) translateX(-50%);
          transform: rotate(-36deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(3) {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.processArea .processList .listItem:nth-child(3) .Img {
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
.processArea .processList .listItem:nth-child(3) .Txt {
  -webkit-transform: rotate(-72deg) translateX(-50%);
          transform: rotate(-72deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(4) {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.processArea .processList .listItem:nth-child(4) .Img {
  -webkit-transform: rotate(-108deg);
          transform: rotate(-108deg);
}
.processArea .processList .listItem:nth-child(4) .Txt {
  -webkit-transform: rotate(-108deg) translateX(-50%);
          transform: rotate(-108deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(5) {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.processArea .processList .listItem:nth-child(5) .Img {
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
}
.processArea .processList .listItem:nth-child(5) .Txt {
  -webkit-transform: rotate(-144deg) translateX(-50%);
          transform: rotate(-144deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.processArea .processList .listItem:nth-child(6) .Img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.processArea .processList .listItem:nth-child(6) .Txt {
  -webkit-transform: rotate(-180deg) translateX(-50%);
          transform: rotate(-180deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(7) {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.processArea .processList .listItem:nth-child(7) .Img {
  -webkit-transform: rotate(-216deg);
          transform: rotate(-216deg);
}
.processArea .processList .listItem:nth-child(7) .Txt {
  -webkit-transform: rotate(-216deg) translateX(-50%);
          transform: rotate(-216deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(8) {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}
.processArea .processList .listItem:nth-child(8) .Img {
  -webkit-transform: rotate(-252deg);
          transform: rotate(-252deg);
}
.processArea .processList .listItem:nth-child(8) .Txt {
  -webkit-transform: rotate(-252deg) translateX(-50%);
          transform: rotate(-252deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(9) {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}
.processArea .processList .listItem:nth-child(9) .Img {
  -webkit-transform: rotate(-288deg);
          transform: rotate(-288deg);
}
.processArea .processList .listItem:nth-child(9) .Txt {
  -webkit-transform: rotate(-288deg) translateX(-50%);
          transform: rotate(-288deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(10) {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}
.processArea .processList .listItem:nth-child(10) .Img {
  -webkit-transform: rotate(-324deg);
          transform: rotate(-324deg);
}
.processArea .processList .listItem:nth-child(10) .Txt {
  -webkit-transform: rotate(-324deg) translateX(-50%);
          transform: rotate(-324deg) translateX(-50%);
}
.processArea .processList .listItem:nth-child(1) .Txt {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.processArea .processList .listItem:nth-child(1) .title {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.processArea .processList .listItem:nth-child(2) .Txt {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.processArea .processList .listItem:nth-child(2) .title {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.processArea .processList .listItem:nth-child(3) .Txt {
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
.processArea .processList .listItem:nth-child(3) .title {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processArea .processList .listItem:nth-child(4) .Txt {
  -webkit-transform: rotate(-108deg);
          transform: rotate(-108deg);
}
.processArea .processList .listItem:nth-child(4) .title {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processArea .processList .listItem:nth-child(5) .Txt {
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
}
.processArea .processList .listItem:nth-child(5) .title {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processArea .processList .listItem:nth-child(6) .Txt {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.processArea .processList .listItem:nth-child(6) .title {
  -webkit-transform: rotate(-130deg) translate(5px, 20px);
          transform: rotate(-130deg) translate(5px, 20px);
}
.processArea .processList .listItem:nth-child(7) .Txt {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
.processArea .processList .listItem:nth-child(7) .title {
  -webkit-transform: rotate(-152deg) translate(-40px, 30px);
          transform: rotate(-152deg) translate(-40px, 30px);
}
.processArea .processList .listItem.active .Img, .processArea .processList .listItem:hover .Img {
  background-color: #0f7334;
}
.processArea .processList .listItem.active .Img img:first-child, .processArea .processList .listItem:hover .Img img:first-child {
  opacity: 0;
  visibility: hidden;
}
.processArea .processList .listItem.active .Img img:nth-child(2), .processArea .processList .listItem:hover .Img img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.processArea .processList .listItem.active .Img::before, .processArea .processList .listItem:hover .Img::before {
  opacity: 1;
}
.processArea .processList .item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
}
.processArea .processList .Img {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  pointer-events: auto;
}
.processArea .processList .Img img {
  padding: 20px;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .processArea .processList .Img img {
    padding: 12px;
  }
}
.processArea .processList .Img img:nth-child(2) {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.processArea .processList .Img::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 6%;
  width: calc(100% - 6% * 2);
  height: calc(100% - 6% * 2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
}
.processArea .processList .Img::after {
  content: attr(data-process-num);
  position: absolute;
  top: -1px;
  right: -7px;
  z-index: 3;
  width: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../images/home/performance_order.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 640px) {
  .processArea .processList .Img::after {
    width: 22px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
.processArea .processList .Txt {
  position: absolute;
  top: calc(50% - 13px);
  left: 50%;
  z-index: 4;
  height: 25px;
  padding-left: calc(50% + 25px);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
@media (max-width: 1180px) {
  .processArea .processList .Txt {
    display: none;
  }
}
.processArea .processList .title {
  max-width: 180px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  pointer-events: auto;
}
.processArea .processList .title, .processArea .processList .title a {
  color: #828383;
}
.processArea .processTxtList {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 47%;
  padding-bottom: 47%;
  border-radius: 50%;
  -webkit-box-shadow: 0 21px 35px rgba(0, 0, 0, 0.09);
          box-shadow: 0 21px 35px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.processArea .processTxtList .listItem {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.processArea .processTxtList .item {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.processArea .processTxtList .item::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #00913a;
}
@media (max-width: 640px) {
  .processArea .processTxtList .item::after {
    width: 25px;
  }
}
@media (max-width: 360px) {
  .processArea .processTxtList .item::after {
    display: none;
  }
}
.processArea .processTxtList .Img {
  display: none;
}
.processArea .processTxtList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.processArea .processTxtList .Txt::before {
  content: attr(data-process-num);
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #00913a;
  line-height: 1;
}
@media (min-width: 641px) and (max-width: 1250px) {
  .processArea .processTxtList .Txt::before {
    font-size: 45px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .processArea .processTxtList .Txt::before {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .processArea .processTxtList .Txt::before {
    font-size: 25px;
  }
}
.processArea .processTxtList .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 640px) {
  .processArea .processTxtList .title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .processArea .processTxtList .title {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.processArea .processTxtList .title, .processArea .processTxtList .title a {
  color: #828383;
}
.processArea .processCircleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  padding: 0;
  padding-bottom: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.processArea .processPointList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
.processArea .processPointList .listItem {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  z-index: 5;
  height: calc(50% + 7px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  pointer-events: none;
}
@media (max-width: 640px) {
  .processArea .processPointList .listItem {
    top: -4px;
    left: calc(50% - 4px);
    height: calc(50% + 4px);
  }
}
.processArea .processPointList .listItem:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processArea .processPointList .listItem:nth-child(2) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.processArea .processPointList .listItem:nth-child(3) {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.processArea .processPointList .listItem:nth-child(4) {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.processArea .processPointList .listItem:nth-child(5) {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.processArea .processPointList .listItem:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.processArea .processPointList .listItem:nth-child(7) {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.processArea .processPointList .listItem:nth-child(8) {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}
.processArea .processPointList .listItem:nth-child(9) {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}
.processArea .processPointList .listItem:nth-child(10) {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}
.processArea .processPointList .listItem.active .point {
  border-color: #00913a;
}
.processArea .processPointList .listItem.active .point::before {
  background-color: #00913a;
}
.processArea .processPointList .point {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .processArea .processPointList .point {
    width: 8px;
    height: 8px;
  }
}
.processArea .processPointList .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: #b2b2b2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.processArea .processCanvas {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.processArea .processProgressList {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
  width: calc(100% + 2px);
  padding-bottom: calc(100% + 2px);
}
.processArea .processProgressList .listItem {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.processArea .processProgressList .listItem:nth-child(1) {
  -webkit-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.processArea .processProgressList .listItem:nth-child(2) {
  -webkit-transform: rotate(39.5deg);
          transform: rotate(39.5deg);
}
.processArea .processProgressList .listItem:nth-child(3) {
  -webkit-transform: rotate(75.5deg);
          transform: rotate(75.5deg);
}
.processArea .processProgressList .listItem:nth-child(4) {
  -webkit-transform: rotate(111.5deg);
          transform: rotate(111.5deg);
}
.processArea .processProgressList .listItem:nth-child(5) {
  -webkit-transform: rotate(147.5deg);
          transform: rotate(147.5deg);
}
.processArea .processProgressList .listItem:nth-child(6) {
  -webkit-transform: rotate(183.5deg);
          transform: rotate(183.5deg);
}
.processArea .processProgressList .listItem:nth-child(7) {
  -webkit-transform: rotate(219.5deg);
          transform: rotate(219.5deg);
}
.processArea .processProgressList .listItem:nth-child(8) {
  -webkit-transform: rotate(255.5deg);
          transform: rotate(255.5deg);
}
.processArea .processProgressList .listItem:nth-child(9) {
  -webkit-transform: rotate(291.5deg);
          transform: rotate(291.5deg);
}
.processArea .processProgressList .listItem:nth-child(10) {
  -webkit-transform: rotate(327.5deg);
          transform: rotate(327.5deg);
}
.processArea .processProgressList .listItem.active path {
  stroke-dasharray: 40, 40;
}
.processArea .processProgressList .listItem.active.current path {
  -webkit-animation: processProgressAnimation linear forwards;
          animation: processProgressAnimation linear forwards;
}
.processArea .processProgressList .listItem path {
  stroke-dashoffset: 0;
  stroke-dasharray: 0, 40;
}
@-webkit-keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 40, 40;
  }
}
@keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 40, 40;
  }
}
.processArea .processDots {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .processArea .processDots {
    display: none;
  }
}
.processArea .processBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .processArea .processBtnBox {
    display: none;
  }
}
.processArea .processBtnBox .processPrevBtn,
.processArea .processBtnBox .arrowNext {
  margin-right: 10px;
}
.processArea .processBtnBox .processNumBox {
  margin-left: auto;
}
.processArea .processNumBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #d1d1d1;
}
.processArea .processNum {
  color: #373737;
}
.processArea .processNumTotal::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  margin: 0 3px 0 5px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}